body,
html {
    /* background: #a9a9a9; */
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

.duty-app {
    position: fixed;
    top: 15%;
    margin-left: calc(50% - 12.5%);
    width: 25%;
    height: 75%;
    max-width: 25%;
    max-height: 75%;
}

.header {
    font-size: larger;
    font-weight: bolder;
    text-align: center;
    text-transform: uppercase;
}

.dutyPlayers {
    height: 70%;
    max-height: 70%;
}

.bottomNav {
    top: 72%;
}

::-webkit-scrollbar
{
    width: 0px;
}

::-webkit-scrollbar-track-piece
{
    background-color: transparent;
    -webkit-border-radius: 6px;
}